Fix GtkShortcutsWindow crash
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Jan 2016 00:33:16 +0000 (19:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Jan 2016 00:33:16 +0000 (19:33 -0500)
commitc2d4fd6b9397f54a046adf1c9edbd1190961551d
treee4eefd8e67ac826d9249a42e7d2c871f36467ea9
parent5150849a67f0c5d4d1649f33047cbb23500c88b0
Fix GtkShortcutsWindow crash

GtkShortcutsWindow is among the 'cheating' containers that iterate
over indirect children in forall, and this is now triggering
an assertion in gtk_container_propagate_draw.

For now, just exclude the cheating containers from the assertion.
Eventually, this needs a better solution.
gtk/gtkcontainer.c